home *** CD-ROM | disk | FTP | other *** search
- #ifndef FWCOLLEC_H
- #define FWCOLLEC_H
-
- //========================================================================================
- //
- // File: FWCollec.h
- // Release Version: $ 1.0d11 $
- //
- // Copyright: 1995 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #ifndef FWDICTLI_H
- #include "FWDictLi.h"
- #endif
-
- #ifndef FWLIST_H
- #include "FWList.h"
- #endif
-
- #ifndef FWNODE_H
- #include "FWNode.h"
- #endif
-
- #ifndef FWORDCOL_H
- #include "FWOrdCol.h"
- #endif
-
- #endif // FWCOLLEC_H
-